home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / gfx / 3d / IIB10.lha / IIB / Threads / Render_screenmode < prev    next >
Encoding:
Internet Message Format  |  1998-03-05  |  3.5 KB

  1. Date:         Mon, 23 Feb 1998 23:32:55 +0000
  2. From: Kimme Utsi <kimme@ARCTICNET.NO>
  3. Organization: Amiga Translators Organization
  4. Subject:      [IML] AMIGA: Render screenmode
  5.  
  6. I really wonder what the different render screenmodes i can use as my
  7. CyberVision64 w/ CyberGraphX 3 can not display HAM/HAM8 screenmodes
  8. correctly on my setup.
  9.  
  10. All HAM/HAM8 render screenmodes does not pop up as usual with CGFX 2 and AGA
  11. under the CGFX 3.
  12.  
  13. I ask this coz' the manual hasn't been read here as i only purchased Imagine
  14. 5.0 and joined the ACUP project.
  15.  
  16. ----------------------------------
  17.  
  18. Date:         Tue, 24 Feb 1998 09:42:29 -0500
  19. From: "Ash R. J. Wyllie" <ashw@LR.NET>
  20.  
  21. Although Imagine is moving out of the 1.x era, it still isn't 3.x yet ;). In
  22. this case many mode promotion programs only look at the program name when
  23. opening a screen, and so the quick render screen is promoted to whatever
  24. Imagine's screen. Atleast that is the way my system works. Instesad I use the
  25. following:
  26.  
  27. --
  28. /*Quickrender Cyberview*/
  29.  
  30. QRPALLETTEMETHOD = 'Generate Palette'
  31. QRLIGHTSOURCE = ON
  32. QRHORZLIGHT = 20
  33. QRVERTLIGHT = 20
  34. QRSHOWPIC = FALSE
  35.  
  36. QUICKRENDER
  37. /*
  38. address command 'sys:utilities/cyberview ram:quickrender depth 15 width 1280
  39. heigth 960 center'
  40. */
  41.  
  42. address command 'sys:utilities/multiview file ram:quickrender pubscreen
  43. "Imagine_1"'
  44.  
  45. ----------------------------------
  46.  
  47. Date:         Tue, 24 Feb 1998 21:18:15 +0200
  48. From: Goeran Karlsson <gokor@ALGONET.SE>
  49. Organization: Nisses Rowenta Corporation
  50.  
  51. HAM is Amiga specific, you can't get anything else to display real HAM. There
  52. is
  53. picture viewers that can display HAM pictures on a CGFX card, but they must
  54. convert the picture first. Imagine can't do that and you can't promote it.
  55.  
  56. > All HAM/HAM8 render screenmodes does not pop up as usual with CGFX 2 and AGA
  57. > under the CGFX 3.
  58.  
  59. Umm.. Do you have a video passthrough on your GFX card and you don't get it to
  60. pass throught anything? Check your CGFX env variables, maybe you have
  61. nopassthough
  62. set to 1.
  63.  
  64. ----------------------------------
  65.  
  66. Date:         Tue, 24 Feb 1998 19:53:40 -0000
  67. From: Martin McKenzie <marty@CADTECH.DEMON.CO.UK>
  68. Organization: CADTech
  69.  
  70. Hello,
  71.  
  72. On 23-Feb-98, Kimme Utsi wrote:
  73. >I really wonder what the different render screenmodes i can use as my
  74. >CyberVision64 w/ CyberGraphX 3 can not display HAM/HAM8 screenmodes
  75. >correctly on my setup.
  76. With Imagine5.0, set the quickrender file format as ilbm 24bit
  77. (in the preferences editor) and use one of the Arexx scripts on the Imagine
  78. ftp site to show renders via an external program such as multiview or
  79. whatever.
  80.  
  81. With Imagine5.1, it is far easier (you dont have to go looking for a suitable
  82. script).
  83. Just select ShowQuickRend from the Arexx menu, and it will use multiview to
  84. show the render on the Imagine screen.
  85.  
  86. ----------------------------------
  87.  
  88. Date:         Tue, 3 Mar 1998 13:56:24 -0500
  89. From: "Ash R. J. Wyllie" <ashw@LR.NET>
  90.  
  91. Larry
  92.  
  93. I know I posted something about this a while back. One of the ways to get
  94. Im5.0 to run on a Cgx screen is to use a mode promoter. Unfortunately Im5.0
  95. opens all its windows with the same name, _including_ the quickrender screen.
  96. What I do is use the following script instead.
  97.  
  98. --
  99. /*Quickrender Cyberview*/
  100.  
  101. QRPALLETTEMETHOD = 'Generate Palette'
  102. QRLIGHTSOURCE = ON
  103. QRHORZLIGHT = 20
  104. QRVERTLIGHT = 20
  105. QRSHOWPIC = FALSE
  106.  
  107. QUICKRENDER
  108. /*
  109. address command 'sys:utilities/cyberview ram:quickrender depth 15 width 1280
  110. heigth 960 center'
  111. */
  112.  
  113. address command 'sys:utilities/multiview file ram:quickrender pubscreen
  114. "Imagine_1" /* all one one line */'
  115.  
  116. ----------------------------------
  117.  
  118.